@charset "utf-8";

.footer {
    height: 36.8rem;
    background-color: #2E2B3E;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13.5rem;
    flex-wrap: wrap;
}

.footer-nav-block {
    width: 100%;
}

.footer-nav-block ul {
    display: flex;
    justify-content: center;
    column-gap: 5.6rem;
}

.footer-nav-block ul li a {
    color: #fff;
}

/* iosで電話番号部分が自動リンクになるため対応 */
.tel-info-tel a {
    color: #fff;
}

@media screen and (max-width: 834px) {
    .footer {
        flex-wrap: nowrap;
    }
    .footer-nav-block {
        display: none;
    }
}

.footer-txt {
    line-height: calc(24 / 16);
    /* letter-spacing: 13.6px; */
    letter-spacing: 6.5px;
    display: inline-block;
    margin-bottom: 2.1rem;
}

.footer-logo {
    display: flex;
    column-gap: 3.64rem;
}

.footer-logo-img {
    width: 106.6px;
    height: 104px;
    background-color: #ccc;
}

.footer-logo-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.9rem;
}

.footer-logo-small-txt {
    font-size: 1.5rem;
    letter-spacing: 20px;
    line-height: calc(22 / 15);
}

.footer-logo-name {
    font-size: 5rem;
    letter-spacing: 15px;
    line-height: calc(74 / 50);
}

.tel-box-bottom-txt {
    font-size: 2rem;
    line-height: calc(29 / 20);
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (max-width: 900px) {
    .footer {
        column-gap: 6.4rem;
    }
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .footer {
        column-gap: 4.2rem;
    }
    .footer > div {
        width: 50%;
    }
    .footer-txt {
        /* letter-spacing: 8px; */
        letter-spacing: 6px;
        text-align: right;
        display: block;
    }
    .footer-logo {
        column-gap: 1.2rem;
        justify-content: end;
    }
    .footer-logo-img {
        width: 86.6px;
        height: 84px;
    }
    .footer-logo-name {
        font-size: 4rem;
        letter-spacing: 1px;
    }
    .footer-logo-small-txt {
        letter-spacing: 8px;
    }

    .tel-box-flex {
        column-gap: 1.2rem;
    }
    .tel-box-bottom-txt {
        font-size: 1.4rem;
    }
    .tel-box {
        width: 80px;
        height: 80px;
    }
    .tel-box-bottom {
        font-size: 3rem;
    }
    .tel-info-block {
        height: 80px;
    }
    .tel-box-top {
        letter-spacing: 6px;
    }
    .tel-info-tel {
        font-size: 3.2rem;
    }
    .tel-info-time {
        font-size: 1.2rem;
    }


}

@media screen and (max-width: 660px) {
    .footer-logo-flex img {
        width: 250px;
    }
    .footer-txt {
        font-size: 1.2rem;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .footer {
        flex-direction: column;
        row-gap: 6.4rem;
        height: auto;
        padding: 6.4rem 1.6rem;
    }
    .footer > div {
        width: 100%;
    }
    .footer-txt {
        text-align: center;
    }
    .footer-logo {
        justify-content: center;
    }
    .footer .tel-info-biko {
        font-size: 1.2rem;
    }

    .footer .tel-info-tel {
        font-size: 3.2rem;
    }

    .footer .tel-info-time {
        font-size: 1.2rem;
    }

    .footer .tel-box-bottom-txt {
        font-size: 1.6rem;
        display: block;
        text-align: center;
    }
    .tel-box-flex {
        justify-content: center;
    }
}


/* タブレットサイズ */
@media screen and (max-width: 834px) {}
/* スマホサイズ */
@media screen and (max-width: 600px) {}